home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Support Library
/
RoseWare - Network Support Library.iso
/
menu
/
auto47.exe
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-10-23
|
3KB
|
99 lines
ECHO OFF
CLS
ECHO ----------------------------------------
ECHO Automenu Installation
ECHO ----------------------------------------
ECHO You will be asked to provide the following information in order to install
ECHO Automenu correctly.
ECHO .
ECHO .
ECHO 1. The disk drive to which you want Automenu copied.
ECHO .
ECHO 2. On this disk, select one of the following sub-directories to which
ECHO you want Automenu copied: \AUTOMENU, \PUBLIC, \, \BIN, \DOS
ECHO .
ECHO 3. The name of the DRIVE and SUB-DIRECTORY that contains your DOS
ECHO commands.
ECHO .
ECHO 4. Does your current AUTOEXEC.BAT file set the path to the sub-directory
ECHO that contains the external DOS commands?
ECHO .
ECHO 5. Do you wish Automenu to appear automatically each time your system
ECHO is turned on?
ECHO .
ECHO If you are not prepared to answer these questions, or if you do not wish to
ECHO install Automenu at this time, hold down the [Ctrl] key and press the
ECHO [Break] key. Otherwise, the installation procedure begins as soon as you
PAUSE
CLS
ECHO .
ECHO .
ECHO .
ECHO Now that you are ready to begin, the following information is provided
ECHO about the procedure and what is taking place. In a moment, you will press
ECHO a key, like the SPACE BAR key, to continue and Automenu will be asked to
ECHO display a special installation menu containing a menu selection that,
ECHO when selected, will Install Automenu to your Hard Disk.
ECHO .
ECHO Once you make this menu selection, Automenu will use some of its
ECHO features to query you for the information needed to install Automenu.
ECHO The installation procedure itself is a good example of some of Automenu's
ECHO "User Prompting" capabilities.
ECHO .
ECHO .
ECHO .
ECHO .
ECHO .
ECHO .
ECHO .
ECHO .
ECHO .
ECHO To TERMINATE the Install, Press Control-C, or to Continue, Just
PAUSE
CLS
ECHO Loading final installation program....
IF %0==INSTALL GOTO NONE
IF %0==A:INSTALL GOTO A
IF %0==B:INSTALL GOTO B
IF %0==C:INSTALL GOTO C
IF %0==D:INSTALL GOTO D
IF %0==E:INSTALL GOTO E
IF %0==F:INSTALL GOTO F
IF %0==install GOTO NONE
IF %0==a:install GOTO A
IF %0==b:install GOTO B
IF %0==c:install GOTO C
IF %0==d:install GOTO D
IF %0==e:install GOTO E
IF %0==f:install GOTO F
GOTO END
:NONE
AUTOMENU INSTALL.MDF
GOTO END1
:A
A:AUTOMENU A:INSTALL.MDF
GOTO END1
:B
B:AUTOMENU B:INSTALL.MDF
GOTO END1
:C
C:AUTOMENU C:INSTALL.MDF
GOTO END1
:D
D:AUTOMENU D:INSTALL.MDF
GOTO END1
:E
E:AUTOMENU E:INSTALL.MDF
GOTO END1
:F
F:AUTOMENU F:INSTALL.MDF
GOTO END1
:END
CLS
ECHO Error in entering command - PLEASE make sure to use capital letters.
ECHO EX: A:INSTALL or B:INSTALL
GOTO END2
:END1
AUTOTEMP
:END2